![]() ![]() |
1.2:H101001 Provide a text equivalent for every applet.Improper designFor the attached application program Ħ§AppletĦ¨,there was no replacement text explanation. Improper design:
<APPLET code="RainbowText.class" codebase="script/"
align="baseline" width="440" height="40">
<PARAM name="text" value="Web accessibility service pageĦI">
</APPLET>
End of example Proper demonstrationIn the APPLET label set an Ħ§altĦ¨ character to replace word explanation. Proper example: <APPLET code="RainbowText.class" codebase="script/"
width="440" height="40" align="baseline" alt="Web accessibility service pageĦI">
<PARAM name="text" value="Web accessibility service pageĦI">
</APPLET>
End of example |